how to make a python exe

32

how to run a .exe through python -

import os
os.startfile("C:\Documents and Settings\flow_model\flow.exe")

create exe from python script -

pyinstaller --onefile pythonScriptName.py

Comments

Submit
0 Comments